home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10015 < prev    next >
Text File  |  2001-10-26  |  622b  |  21 lines

  1. gVerticalGapHeight = (gStaticTextHeight / 4);
  2.  
  3. dialog(name: '$$$/Dialogs/FontInfo')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view(align_children: align_left)
  8.         {
  9.             view(align_children: align_top)
  10.             {
  11.                 static_text(name: '$$$/Dialogs/FontInfo/inStr');
  12.                 static_text(item_id: 'file', width: max_char_width() * 30 );
  13.                 gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
  14.             }
  15.             static_text(item_id: 'head', width: 601);
  16.             list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
  17.             ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
  18.         }
  19.     }
  20. }
  21.